home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Audio & Music / Wave Editor 1.1.5 (trial).dmg / Wave Editor.app / Contents / Resources / WELocationBarOptions.nib / classes.nib next >
Encoding:
Text File  |  2006-01-15  |  1.3 KB  |  36 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, 
  5.         {
  6.             ACTIONS = {closeOptionsPanel = id; openOptionsPanel = id; optionsChanged = id; }; 
  7.             CLASS = WEBarView; 
  8.             LANGUAGE = ObjC; 
  9.             OUTLETS = {controller = WEWindowController; optionsPanel = NSPanel; }; 
  10.             SUPERCLASS = NSView; 
  11.         }, 
  12.         {
  13.             ACTIONS = {
  14.                 selectionTextChanged = id; 
  15.                 toggleCursorX = id; 
  16.                 toggleCursorY = id; 
  17.                 toggleSelectionArea = id; 
  18.             }; 
  19.             CLASS = WELocationBarView; 
  20.             LANGUAGE = ObjC; 
  21.             OUTLETS = {
  22.                 changingEndSegmented = NSSegmentedControl; 
  23.                 changingLengthSegmented = NSSegmentedControl; 
  24.                 changingStartSegmented = NSSegmentedControl; 
  25.                 cursorXButton = NSButton; 
  26.                 cursorXTypeMatrix = NSMatrix; 
  27.                 cursorYButton = NSButton; 
  28.                 displaySizeSegmented = NSSegmentedControl; 
  29.                 selectionAreaButton = NSButton; 
  30.                 waveformView = WEWaveformView; 
  31.             }; 
  32.             SUPERCLASS = WEBarView; 
  33.         }
  34.     ); 
  35.     IBVersion = 1; 
  36. }